mysql_connect("localhost","root","440mega") or die("Kan inte ansluta"); mysql_select_db("DIRTBIKE") or die("Kan inte välja databas"); $query = "SELECT * FROM BIKES order by BMARKE"; $bikes = mysql_query($query) or die("Frågan misslyckades"); $query2 = "select * from MESSAGES where MBIKE = \'Alfer\' order by MDATE Desc"; $messages = mysql_query(StripSlashes($query2)) or die("Frågan misslyckades"); ?>
<< To start << Go back Alfer (Spain). Share information about Alfer with others ![]() Technical spec 2000: ![]()
|
while ($bike = mysql_fetch_array($bikes)) { ?> echo $bike['BMARKE']; ?> } ?> | ||||||||||||||||||||||||||||||||||||||||||||||||||
while ($message = mysql_fetch_array($messages))
{ ?>
[ add a new message ] [ Reply to this message] echo $message['MMAIL']; ?> echo $message['MDATE']; ?> echo $message['MSUBJECT']; ?> echo $message['MTEXT']; ?> } ?> | |||||||||||||||||||||||||||||||||||||||||||||||||||
2002 © All right reserved. The information and tips that can be found on this web site may
be used at your own risk, we don't accept any responsability for injuries or damage caused
by following the instructions or information published here within. Always wear appropriate
protection gear while riding. Keep the environmental damage and noise level down. Always ride
where the risk of bothering wild life and other people is neglectable. www.mxbikes.com, B Hahn |